Insert

Module: ecereCOM
Namespace: ecere::com
Class: Container

IteratorPointer Insert(IteratorPointer after, value)

Description

Insert an element in this container after a specific element (specify 'null' to add at the beginning)

Parameters

after  IteratorPointer  Element after which this element should be added (null to add at the beginning) 
value    Value to be added (Container element type) 
 
Return Value IteratorPointer  Iterator pointer to the element that was added